home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eagles Nest BBS 7
/
Eagles_Nest_Mac_Collection_Disc_7.TOAST
/
General Communication
/
CallLogMP2
/
Ticks2Time
< prev
next >
Wrap
Text File
|
1988-06-11
|
368b
|
8 lines
Modem File = Standard (Call Log)
Modem Script Name = Ticks2Time
1 Set Variable rawSecs from Expression "=(TICKCOUNT-callTimer) DIV 60"
2 Set Variable rawMins from Expression "=rawSecs DIV 60"
3 Set Variable rawSecs from Expression "=rawSecs MOD 60"
4 Set Variable callTimer from Expression "=STRING(rawMins),' minutes and ',STRING(rawSecs),' seconds.'"